Test Writing and Syntax (1/10)
How do you install and set up Cypress?
    Advantages of Cypress:
    • npm install cypress --save-dev
    • npx cypress open : his will: Create a cypress/ folder and a cypress.config.js file (or .ts)
    Inside cypress/e2e, create a file like sample.cy.js:
    Run tests in the terminal without the UI:
    you can specify a browser like Chrome: